'Declaration<JetBrains.Annotations.CanBeNullAttribute()> <JetBrains.Annotations.ContractAnnotationAttribute("null => null; notnull => notnull")> Public Shared Function FromEasyDAItemChangedEventArgs( _ ByVal eventArgs As EasyDAItemChangedEventArgs(Of TValue) _ ) As DAItemChangedPayload(Of TValue)
'UsageDim eventArgs As EasyDAItemChangedEventArgs(Of TValue) Dim value As DAItemChangedPayload(Of TValue) value = DAItemChangedPayload(Of TValue).FromEasyDAItemChangedEventArgs(eventArgs)
[JetBrains.Annotations.CanBeNull()] [JetBrains.Annotations.ContractAnnotation("null => null; notnull => notnull")] public static DAItemChangedPayload<TValue> FromEasyDAItemChangedEventArgs( EasyDAItemChangedEventArgs<TValue> eventArgs )
[JetBrains.Annotations.CanBeNull()] [JetBrains.Annotations.ContractAnnotation("null => null; notnull => notnull")] public: static DAItemChangedPayload<TValue^>^ FromEasyDAItemChangedEventArgs( EasyDAItemChangedEventArgs<TValue^>^ eventArgs )
Parameters
- eventArgs
- Event data.
The value of this parameter can be
null(Nothingin Visual Basic).
Return Value
This method can return null (Nothing in Visual Basic).